home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / uemacs39.arc / EMACS.KEY < prev    next >
Text File  |  1987-09-24  |  5KB  |  108 lines

  1.         Default Key Bindings for MicroEmacs 3.8b    (01/22/87)
  2.         ========================================
  3.  
  4.  ^A   Move to start of line           ESC A   Apropos (list some commands)
  5.  ^B   Move backward by characters     ESC B   Backup by words
  6.  ^C   Insert space                    ESC C   Initial capitalize word
  7.  ^D   Forward delete                  ESC D   Delete forward word
  8.  ^E   Goto end of line                ESC E   Reset Encryption Key
  9.  ^F   Move forward by characters      ESC F   Advance by words
  10.  ^G   Abort out of things             ESC G   Go to a line
  11.  ^H   Backward delete                 
  12.  ^I   Insert tab/Set tab stops
  13.  ^J   Insert CR-LF, then indent                     
  14.  ^K   Kill forward                    ESC K   Bind Key to function
  15.  ^L   Refresh the screen              ESC L   Lower case word
  16.  ^M   Insert CR-LF                    ESC M   Add global mode
  17.  ^N   Move forward by lines           ESC N   Goto End paragraph
  18.  ^O   Open up a blank line            
  19.  ^P   Move backward by lines          ESC P   Goto Begining of paragraph
  20.  ^Q   Insert literal                  ESC Q   Fill current paragraph
  21.  ^R   Search backwards                ESC R   Search and replace
  22.  ^S   Search forward                  ESC S   Suspend MicroEMACS (BSD4.2 only)
  23.  ^T   Transpose characters
  24.  ^U   Repeat command four times       ESC U   Upper case word
  25.  ^V   Move forward by pages           ESC V   Move backward by pages
  26.  ^W   Kill region                     ESC W   Copy region to kill buffer
  27.  ^Y   Yank back from killbuffer       ESC X   Execute named command
  28.  ^Z   Move backward by pages          ESC Z   Save all buffers and exit
  29.  
  30.  ESC ^C   Count words in region       ESC ~   Unmark current buffer
  31.  ESC ^F   Goto matching fence         ESC !   Reposition window
  32.  ESC ^H   Delete backward word        ESC <   Move to start of buffer
  33.  ESC ^K   Unbind Key from function    ESC >   Move to end of buffer
  34.  ESC ^L   Reposition window           ESC .   Set mark
  35.  ESC ^M   Delete global mode          ESC ?   Fetch HELP file to buffer
  36.  ESC ^N   Rename current buffer       ESC space    Set mark
  37.  ESC ^R   Search & replace w/query    ESC rubout   Delete backward word
  38.  ESC ^S   Change screen rows              rubout   Backward delete
  39.  ESC ^T   Change screen columns
  40.  ESC ^V   Scroll next window down
  41.  ESC ^W   Delete Paragraph
  42.  ESC ^Z   Scroll next window up
  43.  
  44.  ^X ?   Describe a key             ^X !   Run 1 command in a subjob
  45.  ^X =   Show the cursor position   ^X @   Pipe DOS command to buffer
  46.  ^X ^   Enlarge display window     ^X #   Filter buffer thru DOS filter
  47.  ^X 0   Delete current window      ^X (   Begin macro
  48.  ^X 1   Delete other windows       ^X )   End macro
  49.  ^X 2   Split current window
  50.                                    ^X A   Set variable value
  51.  ^X ^B   Display buffer list       ^X B   Switch a window to a buffer
  52.  ^X ^C   Exit MicroEMACS           ^X C   Start a new command processer
  53.                                    ^X D   Suspend MicroEMACS (BSD4.2 only)
  54.                                    ^X E   Execute macro
  55.  ^X ^F   Find file                 ^X F   Set fill column
  56.  ^X ^I   Insert file
  57.                                    ^X K   Delete buffer
  58.  ^X ^L   Lower case region
  59.  ^X ^M   Delete Mode               ^X M   Add a mode
  60.  ^X ^N   Move window down          ^X N   Rename current filename
  61.  ^X ^O   Delete blank lines        ^X O   Move to the next window
  62.  ^X ^P   Move window up            ^X P   Move to the previous window
  63.  ^X ^R   Get a file from disk      ^X R   Incremental reverse search
  64.  ^X ^S   Save current file         ^X S   Incremental forward search
  65.  ^X ^U   Upper case region
  66.  ^X ^V   View file
  67.  ^X ^W   Write a file to disk      ^X W   resize Window
  68.  ^X ^X   Swap "." and mark         ^X X   Use next buffer
  69.  ^X ^Z   Shrink window             ^X Z   Enlarge display window
  70.  
  71. Only under PCDOS:
  72.  <ALT>-S Hunt forward        SHIFT <F1> - <F10>
  73.  <ALT>-R Hunt backward           Execute macroes 1 - 10
  74.  
  75. Some unbound commands:
  76. ======================
  77. execute-buffer        execute a buffer od command lines
  78. execute-command-line    execute a command line (n <command> <args>)
  79. execute-file        execute a file of command lines
  80. execute-named-command    execute a command by name (w/command completion)
  81. execute-macro-[1-40]    execute macroes 1 thru 40
  82. describe-bindings    pull the list of current bindings into a window
  83. hunt-forward        find next occurance of search string
  84. hunt-backward        find last occurance of search string
  85.  
  86. Usable Modes
  87. ============
  88. WRAP     Lines going past right margin "wrap" to a new line
  89. VIEW     Read-Only mode where no modifications are allowed
  90. CMODE    Change behavior of some commands to work with C better
  91. EXACT    Exact case matching on search strings
  92. OVER     Overwrite typed characters instead of inserting them
  93. CRYPT    Current buffer will be encrypted on write, decrypted on read
  94. MAGIC    Use regular expresion matching in searches
  95.  
  96. WHITE/CYAN/MAGENTA/YELLOW/BLUE/RED/GREEN/BLACK    Sets foreground color
  97. white/cyan/magenta/yellow/blue/red/green/black    Sets background color
  98.  
  99. MAGIC MODE special characters
  100. =============================
  101. ^    Anchor search at beginning of line
  102. $    Anchor search at end of line
  103. .    Match any character except <NL>
  104. *    Match zero or more of the preceeding character
  105. []    Match a class of characters ([a-z] would be all alphabetics)
  106. \    Take next literally
  107.  
  108.